Authorizations
The API token generated from the Obselite dashboard
Body
application/json
Response
Successful response
The response is of type any.
curl --request POST \
--url https://api.obselite.com/v0/members/invite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "[email protected]"
}'"<any>"curl --request POST \
--url https://api.obselite.com/v0/members/invite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "[email protected]"
}'"<any>"The API token generated from the Obselite dashboard
Successful response
The response is of type any.