Creating an organization

The method allows you to create an organization for the user

Creating an organization

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

The body of the user creation request

userIdstringRequired

User's email

Example: f3ae5860-0da1-448e-b94a-2aad0ff8b195
namestringOptional

Organization's name

Example: My organization
Responses
200Success
application/json
post
POST /partner/api/create-user-organization HTTP/1.1
Host: ocp.onchainpay.io
Content-Type: application/json
Accept: */*
Content-Length: 74

{
  "userId": "f3ae5860-0da1-448e-b94a-2aad0ff8b195",
  "name": "My organization"
}
200Success
{
  "success": true,
  "response": "d225cb26-2704-407a-9501-754f78aca82d"
}

Last updated