<< Back
Header Information
Request Token will be provided. This token is used to access the /profile/tokens/login API.
Request Headers
Standard Headers
accept: What the response should be formatted with. Currently support application/json.
Custom Headers
RequestID: Unique request ID generated by the client. This header is required for access token request and optional for other requests. Length of this id should be minimum 1 character to maximum of 50 characters.
Originator: SimplyPaidClient. This header is required for all requests making from the client application.
Authorization: Auto generated Bearer Access Token, please refer the above sample bearer token.
SiteId: Default value is 4 for SimplyPaidClient.
Response Headers
Standard Headers
Date: The date and time that the response was sent (in "HTTP-date" format as defined by RFC 7231 7.1.1.2)
Content-Type: What the request was encoded with. We currently support: application/json
Common Response Codes
Successful Request. See specific operation for details about this response.
Resource was able to be created. See specific operation for details about this response.
Malformed request; missing fields, incorrect data, or malformed input structure. All possible error codes are listed below in Error Codes section.
Unauthorized. Please provide valid credentials in the authorization header.
Unable to find resource. Unable to find resource specified by the URL parameter identifier.