Registration
The registration API allows clients to register new relations in the Procurios CRM. Relations have only a few default fields; most fields are dynamically configured. Not all of those fields are always exposed. For different situations, different combinations of fields may be useful. These configurations are called registration sets and all calls to the registration api must go through one of these sets. Call the schema method in order to figure out which fields are available. Several different registration sets may be available to you, depending on the allowed scopes and requested scopes. The methods below use example values such as 42, 99 and username42. You can request the set of registration sets that are available to you and use the id of one of the sets for further API calls.
Accept header for requests to Registration
application/vnd.procurios.profile+json; version=1
Registration set GET
Scope:
Get the registration sets that are available to your access token
Schema GET
Scope:
Get the current schema for the API for the requested registration set. The exact fields in the response will change with the configuration of the registration set.
Registration POST
Scope:
Create a new registration
Registration GET
Scope:
Get a single registration
Validate POST
Scope:
Validate your call without causing changes. Intended for forms with multiple pages.
Is username available GET
Scope:
Checks whether a username is available