Team members
GET https://1in.me/api/team-members/{team_id}
curl --request GET \
--url 'https://1in.me/api/team-members/{team_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://1in.me/api/team-members/{team_id}' \
--header 'Authorization: Bearer {api_key}' \
{
"data": [
{
"id": 1,
"team_id": 1,
"user_email": "hello@example.com",
"access": {
"read": true,
"create": true,
"update": true,
"delete": false
},
"status": 1,
"datetime": "2025-11-21 11:03:41",
"last_datetime": null
}
]
}
POST https://1in.me/api/teams
| Parameters | Details | Description |
|---|---|---|
| team_id | Required Integer | - |
| user_email | Required String | - |
| access | Optional String Array |
read.allcreate.links , create.projects , create.pixels , create.biolinks_blocks , create.qr_codes , create.domains , create.payment_processors , create.signatures , create.documents , create.images , create.transcriptions , create.syntheses , create.chats , create.splash_pagesupdate.links , update.projects , update.pixels , update.biolinks_blocks , update.qr_codes , update.domains , update.payment_processors , update.signatures , update.documents , update.images , update.transcriptions , update.syntheses , update.chats , update.splash_pagesdelete.links , delete.data , delete.projects , delete.pixels , delete.biolinks_blocks , delete.qr_codes , delete.domains , delete.guests_payments , delete.payment_processors , delete.signatures , delete.documents , delete.images , delete.transcriptions , delete.syntheses , delete.chats , delete.splash_pages |
curl --request POST \
--url 'https://1in.me/api/team-members' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'team_id=1' \
--form 'user_email=hello@example.com' \
--url 'https://1in.me/api/team-members' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'team_id=1' \
--form 'user_email=hello@example.com' \
{
"data": {
"id": 1
}
}
POST https://1in.me/api/team-members/{team_member_id}
| Parameters | Details | Description |
|---|---|---|
| access | Optional String Array |
read.allcreate.links , create.projects , create.pixels , create.biolinks_blocks , create.qr_codes , create.domains , create.payment_processors , create.signatures , create.documents , create.images , create.transcriptions , create.syntheses , create.chats , create.splash_pagesupdate.links , update.projects , update.pixels , update.biolinks_blocks , update.qr_codes , update.domains , update.payment_processors , update.signatures , update.documents , update.images , update.transcriptions , update.syntheses , update.chats , update.splash_pagesdelete.links , delete.data , delete.projects , delete.pixels , delete.biolinks_blocks , delete.qr_codes , delete.domains , delete.guests_payments , delete.payment_processors , delete.signatures , delete.documents , delete.images , delete.transcriptions , delete.syntheses , delete.chats , delete.splash_pages |
curl --request POST \
--url 'https://1in.me/api/team-members/{team_member_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'access[]=create' \
--form 'access[]=update' \
--url 'https://1in.me/api/team-members/{team_member_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'access[]=create' \
--form 'access[]=update' \
{
"data": {
"id": 1
}
}
DELETE https://1in.me/api/team-members/{team_member_id}
curl --request DELETE \
--url 'https://1in.me/api/team-members/{team_member_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://1in.me/api/team-members/{team_member_id}' \
--header 'Authorization: Bearer {api_key}' \
Ready to unify your digital presence?
Join thousands of creators, brands, and businesses using 1INME to connect and grow their online presence.
Trusted by creators and businesses worldwide.
Verified
Secure
Reliable
Scalable