post https://example-client-domain.extole.io/api/v6/me/shareables
Calling this endpoint allows the user to create a shareable object that associates them with a unique share link. The share link is then associated with the identified referral campaign and target URL. The response generates a share code and share domain that when concatenated create the user's unique share link.
Response Data Fields
Field | Description |
---|---|
polling_id | A polling id that can be used to poll for a share link. |
Error Responses
Error Code | Description |
---|---|
403 ACCESS_DENIED | The access_token provided is not permitted to access the specified resource. |
403 ACCESS_TOKEN_EXPIRED | The access_token provided with this request has expired. |
403 ACCESS_TOKEN_INVALID | The access_token provided with this request is invalid. |
403 ACCESS_TOKEN_MISSING | Missing access_token . |