HTTP Response Codes
HTTP Status 2xx
You should generally expect the API to return 2xx on all successful responses. In case of no data to return the response should be a 204.
HTTP Status 401
Something is wrong with the authentication token or authentication token has expired. You can refresh the token using the refresh token oauth endpoint provided.
HTTP Status 4xx
There is something wrong with the request. You should inspect errors
property for details.
We try to provide an example of each error case that is possible in this API.
HTTP Status 500
That indicates there is a problem with the Pureprofile service. Please contact ppapi@pureprofile.com to have this investigated and resolved.