📣 this endpoint accept a invitation which was send to a user by email . In this POST request the invitation ID has to be provided .✳ list of URL parameters
invitation_id = 36 character in length
📢 Info message : Here URL is contructed like POST/account/users/invitations/<invitation_id>/accept
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://localhost:8080/v1/members/invitations/6bfd0bff3ad20d21b6e88e6dee379b576510f3ff48837f6e8af49b6ec82dda08/accept'