API v1 ReferenceAccept invitation
Accept an invitation using token and password
Accept an invitation using token and password for the Orbiq Trust Center. Browse request parameters, authentication requirements, response payloads, and…
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://app.orbiqhq.com/api/v1/accept-invitation" \ -H "Content-Type: application/json" \ -d '{ "token": "string", "password": "pa$$word" }'{
"ok": true,
"message": "Invitation accepted successfully."
}{
"error": "string"
}{
"error": "string"
}How is this guide?