New album create

Brief description:

  • Create a new album for user

Endpoint

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
title Yes string Album name
guid Yes integer UserID, User for the album will be created
privacy Yes integer 3 for Friends only, 2 for public

Example Response

{
    "merchant": "Open Source Social Network",
    "url": "http:\/\/www.mywebsite.com\/",
    "time_token": 1569319643,
    "payload": {
		'guid': 531,
	},
    "code": "100",
    "message": "Request successfully executed"
}

Return payload parameter description

Parameter name Type Explain
guid integer Will contain the newly created album GUID

Remakrs

  • if album is failed to create you will get error code 200

Services View All