Images
User profile images and cover photos can be retrieved securely via our image API.
Reminder: if you are using an app/client ID in sandbox, you must use sandbox.motar.io
as the endpoint for your requests. Requests to api.motar.io
with a sandbox client ID will fail!
Get Image
GET
https://api.motar.io/image/v1/static/:id
Reads base 64 encoded JPG data.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Image ID. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorization token from user flow. |
Last updated