Account information
Fetch a user's platform profile information
Last updated
Fetch a user's platform profile information
Last updated
On Orchdio, you can get a user's information using their email. Depending on the platforms they have authenticated your app on, you can get access to all the user's platform (basic) profile. Fetching user information through email is useful when you have the user's email but not the user's Orchdio ID
and the endpoint requires an ID. You can first fetch user's information this way and then get the Orchdio ID
that you need.
You can also pass the user's Orchdio ID
in the identifier instead of the email address.
This endpoint returns data that are private user data and may require you pass the necessary scopes. For example, in order to get the user's email, Spotify requires a user-read-email
scope. Please consult the documentation for the platform you want to support in order to know which scopes are required for (private) user profile information.
The response returned looks like:
The identifier of the user. This can be an email address or uuid
a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
Your private key
a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
No Content