Request
Body Params application/vnd.api+json
Allowed value:ZapierApiKey
{
"data": {
"type": "ZapierApiKey",
"attributes": {
"label": "string",
"isRevoked": true
},
"relationships": {}
}
}
Request samples
curl --location --request POST 'https://api.synap.ac/v3/zapier-api-keys' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "ZapierApiKey",
"attributes": {
"label": "string",
"isRevoked": true
},
"relationships": {}
}
}'
Responses
data
object (ZapierApiKey)Â
optionalThe primary key for each resource.
Allowed value:ZapierApiKey
{
"data": {
"id": "FID001",
"type": "ZapierApiKey",
"attributes": {
"label": "string",
"createdAt": "string",
"lastUsed": "string",
"isRevoked": true
},
"relationships": {}
}
}
Modified at 2025-07-08 10:51:21