Skip to main content
POST
/
groups
/
{groupId}
/
contacts
/
{contactId}
Add contact to group
curl --request POST \
  --url https://www.postable.com/api/v1/groups/{groupId}/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

groupId
integer
required
contactId
integer
required

Response

200

Contact added to group successfully

I