Crunch User Details API Documentation
user-details-api-service
Overview
Version : 0.0.1 [v.1]
Access
- Base URL:
https://public-api.crunch.co.uk/v1/user-details
Paths
Get User Details
Security
oauth2-authorisation-code
Type: oauth2 Scopes: read:all
Return type
Example data
Content-Type: application/json
{
"firstName" : "John",
"lastName" : "Doe",
"id" : "123456",
"email" : "john.doe@example.com"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
User details successfully returned.
UserDetails
[ Jump to
Methods ]
Table of Contents
UserDetails
id
String A unique identifier associated to the user
example: 123456
email
String User's email address format: email
example: john.doe@example.com
firstName
example: John
lastName
example: Doe