Create third party auth
POST {{baseUrl}}/api/third-party-auth
Create a new third party authentication partner
Request Body
{"name"=>"<string>", "description"=>"<string>", "logo"=>"<string>", "domains"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "secretKey"=>"<string>", "apiKey"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secretKey":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"apiKey":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}