Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeNameDescriptionQualificationSchema
pathaccessIdThe ID of the platform-managed access to get the user agreement for.Requiredstring

Responses

HTTP CodeMessageDescriptionSchema
200
The user agreement that the user needs to accept to activate the access.UserAgreementForActivation
400
The reason could be, for instance, that the access is not platform-managed or that it is not in the INVITED state. See error response for details.No content
400The application with the specified key could not be found

400Input not valid: Access ID '[…]' is not in the correct formatThe '[…]' (in single quotes, without square brackets) refers to the value entered as the access ID in the request.
400The access must be in the INVITED state for the application to be able to get the user agreement for it.

400The access must be platform-managed for the application to be able to activate it.

404
No access with the specified ID was found.No content
404The access with ID […] was not foundThe […] (without single quotes, without square brackets) refers to the value entered as the access ID in the request.

Security

TypeName
apiKeyKey

...