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

NameTypeDescription

id

string

Image ID.

Headers

NameTypeDescription

Authorization

string

Authorization token from user flow.

Base 64 encoded JPG image data.

Last updated