Fetch Identity data

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Information

Field Type Requirement
id string required
api-version string required

Defaults to 1.0

Response Codes

``200 OK

``400 Bad Request

Example CURL Command

curl --request GET \
     --url https://demo-api.incodesmile.com/omni/b2b/v1/identities/id \
     --header 'accept: application/json' \
     --header 'api-version: 1.0'

Response Format

application/json

200400