Platform invites
Permanently revokes and deletes a platform invite. The link will no longer work.
Authorization
bearerAuth AuthorizationBearer <token>
API key with fh_ prefix. Pass as Authorization: Bearer fh_...
In: header
Path Parameters
id*string
Platform invite ID
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://app.feedhorizon.dev/api/v1/platform-invites/string"{
"data": {
"deleted": true
}
}{
"error": {
"code": "VALIDATION_ERROR",
"message": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "VALIDATION_ERROR",
"message": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "VALIDATION_ERROR",
"message": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}Create platform invite POST
Generate a secure invite link so someone can connect their social account to your profile. The link expires in 7 days and can only be used once.
List platform invites GET
Returns all platform invitation links for a given profile and platform. Invites expire in 7 days and are single-use.